C1.Web.Mvc Namespace / IItemsSource<T> Interface / DisableServerRead Property

In This Topic
DisableServerRead Property
In This Topic
Gets or sets whether to disable server-side reading.
Syntax
'Declaration
 
Property DisableServerRead As Boolean
 
Remarks
When it is set to True, all data will be transfered to the client. Otherwise, only part of data will be transfered.
See Also